home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mint110s / version.h < prev    next >
C/C++ Source or Header  |  1993-09-14  |  186b  |  13 lines

  1. #define MAJ_VERSION    1
  2. #define MIN_VERSION    10
  3.  
  4. #ifndef MULTITOS
  5. #define BETA
  6. #endif
  7.  
  8. #ifdef BETA
  9. #define VERS_STRING    "%d.%02d BETA"
  10. #else
  11. #define VERS_STRING    "%d.%02d"
  12. #endif
  13.